home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / MipSmooth.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  6KB  |  99 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="MipSmooth">
  4.   <description>It takes the source frame, and creates three new versions, each half the size of the previous. They are scaled back to original size. They are compared to the original, and if the difference is below the threshold, the information is used to form the final pixel.</description>
  5.   <filters>
  6.     <filter name="MipSmooth" category="Misc Plugins" helpfile="mipsmooth" type="clip">
  7.       <description />
  8.       <colorspaces>
  9.         <colorspace>yv12</colorspace>
  10.         <colorspace>yuy2</colorspace>
  11.         <colorspace>rgb</colorspace>
  12.       </colorspaces>
  13.       <parameters>
  14.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  15.           <description />
  16.           <items />
  17.         </parameter>
  18.         <parameter name="method" type="string" default="supersoft" max="0" min="0" step="0" optional="True" paramList="True">
  19.           <description>This setting controls how much blurring is applied. The strong settings makes the filter have a larger impact, whereas soft is more gentle. In general strong should give best results on anime, and soft should be best for filmed material.</description>
  20.           <items>
  21.             <item>string</item>
  22.             <item>soft</item>
  23.             <item>supersoft</item>
  24.             <item>superstrong</item>
  25.           </items>
  26.         </parameter>
  27.         <parameter name="downsizer" type="string" default="reduce" max="0" min="0" step="0" optional="True" paramList="False">
  28.           <description>These two parameters control how the lower resolution maps are created. There might not be a very big visual impact, when using different resizers.</description>
  29.           <items>
  30.             <item>reduce</item>
  31.             <item>point</item>
  32.             <item>bilinear</item>
  33.             <item>bicubic</item>
  34.             <item>lanczos</item>
  35.           </items>
  36.         </parameter>
  37.         <parameter name="upsizer" type="string" default="bilinear" max="0" min="0" step="0" optional="True" paramList="True">
  38.           <description>These two parameters control how the lower resolution maps are created. There might not be a very big visual impact, when using different resizers.</description>
  39.           <items>
  40.             <item>point</item>
  41.             <item>bilinear</item>
  42.             <item>bicubic</item>
  43.             <item>lanczos</item>
  44.           </items>
  45.         </parameter>
  46.         <parameter name="scalefactor" type="float" default="0.5" max="0" min="0" step="0" optional="True" paramList="False">
  47.           <description>This affects the radius of the blur. The lower the scalefactor is, the bigger the radius of the blur - and the more crosstalk you'll get. Values between 0.4 and 1.5 are recommended.</description>
  48.           <items />
  49.         </parameter>
  50.         <parameter name="weigh" type="int" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  51.           <description>This option selects whether mips should be weighed based on how blurred they are.  The most blurred mips are weighed the lowest.  This option is equal to "Weighed Average" in SmoothHiQ, or "soft" matrix in Convolution3D.</description>
  52.           <items />
  53.         </parameter>
  54.         <parameter name="show" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  55.           <description>Shows information about scenechange differences, and the settings being used. This setting will have no effect in RGB24 mode - use RGB32 instead!</description>
  56.           <items />
  57.         </parameter>
  58.         <parameter name="storecustom" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  59.           <description>This will store the settings being used in the registry. To reinvoke these presets later, use preset="custom" parameter.</description>
  60.           <items />
  61.         </parameter>
  62.       </parameters>
  63.     </filter>
  64.     <filter name="MipSmooth" category="Misc Plugins" helpfile="mipsmooth" type="clip">
  65.       <description>See help file for presets.</description>
  66.       <colorspaces>
  67.         <colorspace>yv12</colorspace>
  68.         <colorspace>yuy2</colorspace>
  69.         <colorspace>rgb</colorspace>
  70.       </colorspaces>
  71.       <parameters>
  72.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  73.           <description />
  74.           <items />
  75.         </parameter>
  76.         <parameter name="preset" type="string" default="" max="0" min="0" step="0" optional="False" paramList="True">
  77.           <description>Presets can be overloaded when specifying other settings. See Helpfile for more information.</description>
  78.           <items>
  79.             <item>MovieHQ</item>
  80.             <item>MovieLQ</item>
  81.             <item>AnimeHQ</item>
  82.             <item>AnimeLQ</item>
  83.             <item>VHS</item>
  84.             <item>Rainbow</item>
  85.             <item>Custom</item>
  86.           </items>
  87.         </parameter>
  88.         <parameter name="show" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  89.           <description>Shows information about scenechange differences, and the settings being used. This setting will have no effect in RGB24 mode - use RGB32 instead!  </description>
  90.           <items />
  91.         </parameter>
  92.         <parameter name="storecustom" type="clip" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  93.           <description>This will store the settings being used in the registry. To reinvoke these presets later, use preset="custom" parameter.</description>
  94.           <items />
  95.         </parameter>
  96.       </parameters>
  97.     </filter>
  98.   </filters>
  99. </plugin>